home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000121_news@columbia.edu _Wed Sep 29 09:51:45 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA20190
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 29 Sep 1999 09:51:45 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA01028
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 29 Sep 1999 09:29:48 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: K95 & Polling script
  11. Date: 29 Sep 1999 13:29:46 GMT
  12. Organization: Columbia University
  13. Message-ID: <7st48a$102$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <7st1ls$vju$1@nnrp1.deja.com>,
  17. quertyq@hotmail.com  <quertyq@hotmail.com> wrote:
  18. : Good Morning:
  19. : I am running Kermit 95 ver 1.1.17, and I just noticed on the kermit
  20. : web site that the "set file incomplete discard" and the
  21. : "set server idle timeout" functions may not be functional or
  22. : conditionally functional until the next version.
  23.  
  24. As a registered user you may request access to beta builds that
  25. include fixes to bugs that interfere with your use of the program.
  26.  
  27. : I am writing a polling program, so these 2 functions are quite
  28. : important to the program.  In the instance of "set server idle
  29. : timeout", it was recommended to "set reliable off".  What does that
  30. : do to the program?  ( I could not find that setting anywhere in the
  31. : manual )
  32.  
  33. Information on SET RELIABLE and Kermit Protocol Streaming mode is
  34. available in the "Updates to Using C-Kermit 2nd Edition" that ships
  35. on disk with Kermit 95.  Streaming mode improves performance by 
  36. removing the ability to retransmit a Kermit packet if it has been
  37. damaged.  This mode can only be used successfully if the underlying
  38. transport mechanism is reliable (it won't loss or re-order data).
  39. TCP/IP is such a transport layer.   When streaming is used in 1.1.17
  40. all timeouts are disabled therefore the IDLE-TIMEOUT cannot be 
  41. detected.
  42.  
  43. Under what circumstances are you using a SERVER idle timeout on a 
  44. TCP/IP connection?  If you are concerned about the SET FILE INCOMPLETE 
  45. DISCARD bug with its interaction with SET CARRIER-WATCH then you
  46. are not using TCP/IP connections.
  47.  
  48. : Is there any news when that new version or patch may be?
  49.  
  50. The next version of Kermit 95 will not be released until after
  51. C-Kermit 7.0 is finalized.  We do not have additional information 
  52. beyond that.
  53.  
  54. : Is this just Kermit 95 that is affected ( as opposed to C-Kermit
  55. : running on a UN*X platform )?
  56.  
  57. The current C-Kermit 7.0 Beta does not suffer from either of these bugs.  
  58.  
  59.  
  60.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  61.                  The Kermit Project * Columbia University
  62.               612 West 115th St #716 * New York, NY * 10025
  63.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org